home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / prog_bas / t2win_32.zip / _ARRAY.T2W < prev    next >
Text File  |  1996-05-14  |  512b  |  14 lines

  1. Add : add a constant value
  2. Count : count all occurences of a specific value
  3. Deviation : calculate the standard deviation
  4. Fill : fill with an automatic incremented value by one
  5. FillIncr : fill with an automatic incremented value
  6. Max : find the highest value
  7. Mean : calculate the mean
  8. Min : find the lowest value
  9. ReverseSort : sort in descending order
  10. Search : find the first place of a specific value
  11. Set : set a value
  12. Sort : sort in ascending order
  13. Sum : calculate the sum
  14. ArrayOnDisk : save on disk